home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / editor / vocali20.zip / README.TXT < prev    next >
Text File  |  1996-05-13  |  3KB  |  85 lines

  1. VOCALI 2.0
  2.  
  3. Program was written in first only to allow changing stressed vowels to
  4. normal vowels followed by stress in messages written with DOS OLRs, to
  5. allow their transmission without undesired changes in stressed vowels,
  6. which, having an ASCII code greater than 127, cannot be transmitted by net.
  7. Current version of VOCALI, instead, also allows changing any character
  8. after 127th with any SEQUENCE of characters, fully configurable by editing
  9. included REPLACE.DAT file, which is currently intended only for Italian
  10. users. If you are interested on this feature, you have just to send me
  11. 3$ using your favourite method of payment: then I will send you, by E-Mail
  12. or Snail-Mail, the code which allows the program to works properly; infact,
  13. without this code the program is only able to chenge stressed vowels.
  14.  
  15. Changing special characters to standard ASCII characters is very uesful,
  16. because it allows transmitting on the net also scientific documents, which
  17. often contain special character such as √, ß and so on. The program will
  18. translate them as you can see in following example:
  19.  
  20.   √(x²+x+1) ≤ yⁿ , αß ε R , à è ì ò ù
  21.  
  22. UNREGISTERED VERSION:
  23.   
  24.   √(x²+x+1) ≤ yⁿ , αß ε R , a` e` i` o` u`
  25.  
  26. REGISTERED VERSION:
  27.  
  28.   sqrt(x^2+x+1) <= y^n , (ALFA)(BETA) belongs to R, a` e` i` o` u`   
  29.   
  30. Please note that symbol ε is actually changed to " appartiene a " if you do
  31. not change REPLACE.DAT file.
  32.  
  33.  
  34.   INSTALLATION:
  35.  
  36. Program does not need any kind of installation, except for putting all files
  37. into the same directory.
  38.  
  39.   INSTRUCTIONS:
  40.  
  41. Program has been written to be called by a DOS OLR program which allows
  42. using an external text editor to write messages. In this kind of program
  43. you can specify the name of the text editor tu use: choose for it, for
  44. example, VOWELS.BAT, and then edit the VOWELS.BAT file as described:
  45.  
  46. @echo off
  47. echo %1 >nome.tmp
  48. call [percorso]\[editor] %1 
  49. call vocali
  50.  
  51. First line avoid showing other lines while executing, but is not necessary;
  52. second line put into NOME.TMP file (please do not change this name) the name
  53. of the file to be edited;
  54. third line calls your favourite text editor, telling it to edit previously
  55. specified file;
  56. last line calls my program, which will search for the file with name described
  57. into NOME.TMP and will filter it.
  58. That's all.
  59.  
  60.    
  61.    REGISTRATION:
  62. You have just to send me 3$ using your favourite payment method, and to write
  63. me a letter in which you specify the way you wont to receive password with to
  64. uylnlock program (Snail-Mail or E-Mail).
  65.  
  66.    
  67.    FEEDBACK
  68.  
  69. Either if you like or not my program, I will appreciate any comment you
  70. will decide to send me to below addresses:
  71.  
  72.  
  73. Luca Cassioli
  74. Via delle Rose,1
  75. Loc. Ponte delle Tavole
  76. 00010 S.Angelo Romano
  77. (ROMA)
  78.  
  79. E-Mail:
  80. i090932@spv11.ing.uniroma1.it
  81. if you do not receive reply after a week try with:
  82. cassioli@iol.it
  83.  
  84.  
  85.